Release 10.1A: OpenEdge Data Management:
Database Administration
PROMON Record Locking Table option
Displays the contents of the record locking table. Each line corresponds to an entry in the locking table. The lock table contains entries for all record locks currently granted or requested by users of the database. Figure 19–5 shows an example of this option’s output.
Figure 19–5: Sample output for PROMON Record Locking Table option
The size of the record locking table is set with the Locking Table Entries (-
L) startup parameter. See the chapter on locks in OpenEdge Development: Progress 4GL Handbook for more information on locks and locking.UsrThe user number.
NameFor client processes, the user name.
ChainThe chain type should always be REC, the record lock chain.
#The record lock chain number. The locking table is divided into chains anchored in a hash table. These chains provide for fast lookup of record locks by Rec-id.
Rec-idThe record ID for the lock table entry. The Rec-id column identifies the records locked by each database process.
TableThe ID of the locked table.
LockOne of five lock types: X (exclusive lock), S (share lock), IX (intent exclusive lock), IS (intent share lock), or SIX (shared lock on table with intent to set exclusive locks on records).
FlagsThere are five possible types of flags: L, P, Q, or U. Table 19–3 lists the flags and their meanings.
Trans StateThe state of the transaction. Table 19–4 lists the possible states.
Trans IDTransaction ID of the lock.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |